InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Collections.ObjectModel Namespace / ItemChangedEventArgs<TItem> Class / Item Property

In This Topic
    Item Property (ItemChangedEventArgs<TItem>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Item As TItem
    public TItem Item {get;}
    See Also